In article <4cpe8p$6d1@darwin.nbnet.nb.ca>, Eric Novinscak (kerning@nbnet.nb.ca) writes:
> I got a little die rolling program and I'm trying to get it to roll a different side each time you run the program but it always ends up on the same side on the final roll.
> I'm using Borland C++ 4.5 with the randomizer function and random. Can anyone help please!!!!
> Also anyone know of a good book on C++ for dos? One that explains everything including graphics.
> Eric
You have to initilise the seed with a different value each time using srand.